runtime.traceEventWriter.w (field)
10 uses
	runtime (current package)
		traceevent.go#L105: 	w traceWriter
		traceevent.go#L141: 	e.w = e.w.event(ev, args...)
		traceevent.go#L147: 	e.w.end()
		traceruntime.go#L497: 	w.w = emitUnblockStatus(w.w, gp, tl.gen)
		traceruntime.go#L508: 	w.w = emitUnblockStatus(w.w, nextg, tl.gen)
		traceruntime.go#L591: 		w.w = w.w.writeProcStatus(uint64(pp.id), traceProcSyscallAbandoned, pp.trace.inSweep)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |